type vendor/golang.org/x/net/idna.category
16 uses
vendor/golang.org/x/net/idna (current package)
idna10.0.0.go#L602: func (p *Profile) simplify(cat category) category {
trieval.go#L62: type category uint16
trieval.go#L65: unknown category = 0 // not currently defined in unicode.
trieval.go#L66: mapped category = 1
trieval.go#L67: disallowedSTD3Mapped category = 2
trieval.go#L68: deviation category = 3
trieval.go#L72: valid category = 0x08
trieval.go#L73: validNV8 category = 0x18
trieval.go#L74: validXV8 category = 0x28
trieval.go#L75: disallowed category = 0x40
trieval.go#L76: disallowedSTD3Valid category = 0x80
trieval.go#L77: ignored category = 0xC0
trieval.go#L98: func (c info) category() category {
trieval.go#L101: return category(small)
trieval.go#L103: return category(c & catBigMask)
The pages are generated with Golds v0.6.7. (GOOS=linux GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @Go100and1 (reachable from the left QR code) to get the latest news of Golds. |